home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global blist, rlist
- set blist to []
- set rlist to []
- puppetSound("ferris spins")
- repeat with xxx = 7 to 14
- if the castNum of sprite xxx > 0 then
- add(blist, the number of cast (word 1 of the name of cast the castNum of sprite xxx & " r 1") - 1)
- add(rlist, the castNum of sprite xxx)
- next repeat
- end if
- add(blist, 0)
- end repeat
- end
-